html.loginMode * {
    --gray-light: #d3d3d3;
}

html.loginMode select[name="selectC2Client"],
html.loginMode #login-db #heading p {
    display: none;
}

html.loginMode .info-holder {
    margin-top: 50px;
}

html.loginMode .info-holder .img {
    height: 300px;
    width: 295px;
}

/* Login DB */
html.loginMode #login-db #heading h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

html.loginMode #login-db {
    width: 300px;
    margin: auto;
}

html.loginMode #login-db form {
    display: flex;
    flex-direction: column;
}

html.loginMode #login-db form input,
html.loginMode #login-db form button {
    height: 2.3em;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--gray-light);
    
    background: transparent;
}

html.loginMode #login-db #heading h3,
html.loginMode #login-db form input,
html.loginMode #login-db form button,
html.loginMode #login-db form div.login-forgotDiv a {
    color: var(--gray-light);
}

html.loginMode #login-db form input#username {
    margin: 10px 0 5px;
}

html.loginMode #login-db form button[type=submit] {
    width: 100%;
    background-color: rgb(109, 101, 101, 1);
}

html.loginMode #login-db form div.login-forgotDiv {
    margin-top: 7px;
}

/* Forgot pwd Popup */
html.loginMode .reset-password-tooltip {
    height: 195px;
    padding: 5px 20px 0;
    margin-top: 5px;
}

/* Login Azure */
html.loginMode #azure-login h1 {
    font-size: 24px;
    font-weight: bold;
}

html.loginMode #azure-login h2 {
    margin: 15px 0;
}

html.loginMode #azure-login a {
    background: url('sign-in-with-microsoft.png');
    background-size: 215px 41px;
    width: 215px;
    height: 41px;
    display: block;
    border-radius: 5px;
}

/* Logo + Client name */
html.loginMode #client-signature {
    background: url(logo.png) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 48px;
    bottom: 30px;
    position: absolute;
}

/* BROWSER ONLY */
@media only screen and (min-width: 1101px) {
    html.loginMode .form-content.app .form-items #heading,
    html.loginMode .form-content.app .form-items form {
        display: none;
    }
}

/* MOBILE ONLY */
@media only screen and (max-width: 1100px) {
    html.loginMode .form-content.app .form-items {
        margin-top: -66px;
    }

    html.loginMode .form-content.app .form-button {
        margin: 0;
    }

    html.loginMode #login-db {
        width: 335px;
        padding: 10px;
        margin: auto;
        background-color: #333;
        height: 230px;
        margin-top: 30px;
        border-radius: 5px;
    }

    html.loginMode #login-db form input#username {
        margin: 0 0 5px;
    }

    html.loginMode #login-db form div.login-forgotDiv {
        margin-top: 7px;
        text-align: center;
        width: 100%;
    }
}
